home *** CD-ROM | disk | FTP | other *** search
/ The X-Philes (2nd Revision) / The X-Philes Number 1 (1995).iso / xphiles / hp48hor2 / reversi7.doc < prev    next >
Text File  |  1995-03-31  |  3KB  |  80 lines

  1. (Comp.sources.hp48) 
  2. Item: 80 by erikmb@etek.chalmers.se [Erik Bryntse] 
  3. Subj: Erik's Reversi 
  4. Date: Sun Mar 15 1992 
  5.  
  6. úÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ 
  7. 3 Mini-instructions: LIBRARY REVERSI REVERSI; then arrows 3 
  8. 3 & ENTER to move, & menu keys for other features.  -jkh- 3 
  9. àÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄù 
  10.  
  11. [Note: Compare with Paul Dale's REVERSI on Goodies Disk #2.  -jkh-] 
  12.  
  13. ERIK's REVERSI v1.0 
  14. =================== 
  15.  
  16. Would you like to have a game of Reversi that: 
  17.  
  18. * Runs on your '48? 
  19. * Takes up less than 4KB of memory? 
  20. * Will think up to nine moves ahead? 
  21. * Is fast? 
  22.  
  23. Then that's exactly what you have here! 
  24.  
  25. I think that Erik's Reversi will be a challenge for most people, 
  26. mainly beacause it's very fast. Here are some examples of the 
  27. time it takes for the program to make a move: 
  28.  
  29. Level               Time (approx) 
  30. -----               ------------ 
  31. 1, 2, 3              =< 10 secs 
  32. 4                     20 secs 
  33. 5                      1 min 
  34. 6                      4 min 
  35.  
  36. The "level" corresponds to the number of moves the program thinks 
  37. ahead, except in the beginning and in the end of the game. Then 
  38. the program will think one level deeper, since there are fewer 
  39. moves possible. 
  40.  
  41. Move the cursor with the arrow keys and make a move with the 
  42. ENTER key. The + and - keys changes the difficulty level. If you 
  43. press the HELP key, the program will make a move for you. The 
  44. SKIP key is used to skip your move when no move is possible. 
  45. Pressing the ON key aborts the program. 
  46.  
  47. To remove the program, you will need to execute 874 DETACH in the 
  48. home directory, followed by :0:874 PURGE. 
  49.  
  50. If you have never played Reversi before, here is a brief 
  51. description:  
  52.  
  53. Reversi is played on a board with 8x8 squares and 64 bricks that 
  54. are white on one side and black on the other. When the game 
  55. starts, two bricks of each color are placed in the middle of the 
  56. board. 
  57.  
  58. To make a move, you place a brick so that at least one of the 
  59. opponents bricks is "trapped" between two of your bricks. Then 
  60. you can turn all the bricks that were trapped, so that they will 
  61. be of your color. 
  62.  
  63. The game ends when noone can make a move. The player that have 
  64. the most bricks wins. 
  65.  
  66. ---------------------------------------------------------------- 
  67. ERIK's REVERSI is (c) Copyright 1992 Erik Bryntse. 
  68. You may copy and use this program for for non-profit purposes. 
  69. You may not modify this program, or use the subroutines in it, 
  70. without my permission. Use this program at your own risk. 
  71. ---------------------------------------------------------------- 
  72.  
  73. Have fun! 
  74.  
  75. Erik Bryntse 
  76. erikmb@etek.chalmers.se 
  77.  
  78. [Note: Compare this REVERSI to the one by Paul Dale 
  79.  on Goodies Disk #2.  -jkh-] 
  80.